GUI Help > Fonts > isFontBold

isFontBold
bool bold=isFontBold(handle font)

Description:
Used to determine if a font is bold or not.

Return Value:
Returns 1 if the specified font is bold, or 0 if it is not.

Parameters:
font Handle of a font.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)